Html Css Color HEX #353412 Karaka

📋 copy color: '#353412'

red 53 ◦ green 52 ◦ blue 18

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

Shades of Karaka #353412

Tints of Karaka #353412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.28%

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

R = 43.09%
G = 42.28%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#353412 (or 0x353412) is known color: Karaka. HEX triplet: 35, 34 and 12. RGB value is (53,52,18). Sum of RGB (Red+Green+Blue) = 53+52+18=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #353412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353412 is #CACBED. Grayscale: #303030. Windows color (decimal): -13290478 or 1193013. OLE color: 1193013.

HSL color Cylindrical-coordinate representation of color #353412: hue angle of 58.29º 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 #353412 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 52 18 -
CMYK 0 0.02 0.66 0.79
HSL 58.29º 0.49% 0.14% -
HSV(B) 58.29º 0.66% 0.21% -
XYZ 2.81 3.26 1.05 -
YUV 48.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 53 52 18 0 0.02 0.66 0.79 58.29 0.49 0.14
Hex 35 34 12 0 2 42 4F 3A 31 E
Octal 65 64 22 0 2 102 117 72 61 16
Binary 110101 110100 10010 0 10 1000010 1001111 111010 110001 1110

Color Harmonies of #353412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353412

Black with #353412

Text Example


Text Example

White with #353412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353412; }

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

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

background-color css

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

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

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

border-color css

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

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

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