Html Css Color HEX #353214 Karaka

📋 copy color: '#353214'

red 53 ◦ green 50 ◦ blue 20

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

Shades of Karaka #353214

Tints of Karaka #353214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 43.09%
G = 40.65%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#353214 (or 0x353214) is known color: Karaka. HEX triplet: 35, 32 and 14. RGB value is (53,50,20). Sum of RGB (Red+Green+Blue) = 53+50+20=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #353214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353214 is #CACDEB. Grayscale: #2F2F2F. Windows color (decimal): -13290988 or 1323573. OLE color: 1323573.

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

Color convert

RGB 53 50 20 -
CMYK 0 0.06 0.62 0.79
HSL 54.55º 0.45% 0.14% -
HSV(B) 54.55º 0.62% 0.21% -
XYZ 2.74 3.09 1.11 -
YUV 47.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 53 50 20 0 0.06 0.62 0.79 54.55 0.45 0.14
Hex 35 32 14 0 6 3E 4F 37 2D E
Octal 65 62 24 0 6 76 117 67 55 16
Binary 110101 110010 10100 0 110 111110 1001111 110111 101101 1110

Color Harmonies of #353214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353214

Black with #353214

Text Example


Text Example

White with #353214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353214; }

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

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

background-color css

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

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

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

border-color css

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

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

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