Html Css Color HEX #353616 Karaka

📋 copy color: '#353616'

red 53 ◦ green 54 ◦ blue 22

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

Shades of Karaka #353616

Tints of Karaka #353616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.86%

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 41.09%
G = 41.86%
B = 17.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#353616 (or 0x353616) is known color: Karaka. HEX triplet: 35, 36 and 16. RGB value is (53,54,22). Sum of RGB (Red+Green+Blue) = 53+54+22=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #353616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353616 is #CAC9E9. Grayscale: #323232. Windows color (decimal): -13289962 or 1455669. OLE color: 1455669.

HSL color Cylindrical-coordinate representation of color #353616: hue angle of 61.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353616 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 22 -
CMYK 0.02 0 0.59 0.79
HSL 61.88º 0.42% 0.15% -
HSV(B) 61.88º 0.59% 0.21% -
XYZ 2.93 3.45 1.27 -
YUV 50.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 53 54 22 0.02 0 0.59 0.79 61.88 0.42 0.15
Hex 35 36 16 2 0 3B 4F 3E 2A F
Octal 65 66 26 2 0 73 117 76 52 17
Binary 110101 110110 10110 10 0 111011 1001111 111110 101010 1111

Color Harmonies of #353616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353616

Black with #353616

Text Example


Text Example

White with #353616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353616; }

 p { color: rgb(53,54,22); }

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

background-color css

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

 a { background-color: rgb(53,54,22); }

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

border-color css

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

 span { border-color: rgb(53,54,22); }

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