Html Css Color HEX #353310 Karaka

📋 copy color: '#353310'

red 53 ◦ green 51 ◦ blue 16

#353310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #353310

Tints of Karaka #353310

RGB

 RED value IS 53 (21.09% from 255) = 44.17%

 GREEN value IS 51 (20.31% from 255) = 42.5%

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 44.17%
G = 42.5%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#353310 (or 0x353310) is known color: Karaka. HEX triplet: 35, 33 and 10. RGB value is (53,51,16). Sum of RGB (Red+Green+Blue) = 53+51+16=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353310 is #CACCEF. Grayscale: #2F2F2F. Windows color (decimal): -13290736 or 1061685. OLE color: 1061685.

HSL color Cylindrical-coordinate representation of color #353310: hue angle of 56.76º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353310 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 16 -
CMYK 0 0.04 0.70 0.79
HSL 56.76º 0.54% 0.14% -
HSV(B) 56.76º 0.7% 0.21% -
XYZ 2.75 3.16 0.96 -
YUV 47.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 53 51 16 0 0.04 0.70 0.79 56.76 0.54 0.14
Hex 35 33 10 0 4 46 4F 39 36 E
Octal 65 63 20 0 4 106 117 71 66 16
Binary 110101 110011 10000 0 100 1000110 1001111 111001 110110 1110

Color Harmonies of #353310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353310

Black with #353310

Text Example


Text Example

White with #353310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353310; }

 p { color: rgb(53,51,16); }

 H1.HeaderClassName
 {
   color: #353310;
 }
 .AnyTagClassName
 {
   color: #353310;
 }
</style>

background-color css

<style>
 a { background-color: #353310; }

 a { background-color: rgb(53,51,16); }

 div.DivClassName
 {
   background-color: #353310;
 }
 .BgClassName
 {
   background-color: #353310;
 }
</style>

border-color css

<style>
 span { border-color: #353310; }

 span { border-color: rgb(53,51,16); }

 td.TdClassName
 {
   border-color: #353310;
 }
 .TagClassName
 {
   border-color: #353310;
 }
</style>