Html Css Color HEX #353212 Karaka

📋 copy color: '#353212'

red 53 ◦ green 50 ◦ blue 18

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

Shades of Karaka #353212

Tints of Karaka #353212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 43.8%
G = 41.32%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#353212 (or 0x353212) is known color: Karaka. HEX triplet: 35, 32 and 12. RGB value is (53,50,18). Sum of RGB (Red+Green+Blue) = 53+50+18=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #353212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353212 is #CACDED. Grayscale: #2F2F2F. Windows color (decimal): -13290990 or 1192501. OLE color: 1192501.

HSL color Cylindrical-coordinate representation of color #353212: hue angle of 54.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353212 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 18 -
CMYK 0 0.06 0.66 0.79
HSL 54.86º 0.49% 0.14% -
HSV(B) 54.86º 0.66% 0.21% -
XYZ 2.72 3.08 1.02 -
YUV 47.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 53 50 18 0 0.06 0.66 0.79 54.86 0.49 0.14
Hex 35 32 12 0 6 42 4F 37 31 E
Octal 65 62 22 0 6 102 117 67 61 16
Binary 110101 110010 10010 0 110 1000010 1001111 110111 110001 1110

Color Harmonies of #353212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353212

Black with #353212

Text Example


Text Example

White with #353212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353212; }

 p { color: rgb(53,50,18); }

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

background-color css

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

 a { background-color: rgb(53,50,18); }

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

border-color css

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

 span { border-color: rgb(53,50,18); }

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