Html Css Color HEX #353614 Karaka

📋 copy color: '#353614'

red 53 ◦ green 54 ◦ blue 20

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

Shades of Karaka #353614

Tints of Karaka #353614

RGB

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

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

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

R = 41.73%
G = 42.52%
B = 15.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#353614 (or 0x353614) is known color: Karaka. HEX triplet: 35, 36 and 14. RGB value is (53,54,20). Sum of RGB (Red+Green+Blue) = 53+54+20=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #353614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353614 is #CAC9EB. Grayscale: #313131. Windows color (decimal): -13289964 or 1324597. OLE color: 1324597.

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

Color convert

RGB 53 54 20 -
CMYK 0.02 0 0.63 0.79
HSL 61.76º 0.46% 0.15% -
HSV(B) 61.76º 0.63% 0.21% -
XYZ 2.91 3.45 1.17 -
YUV 49.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 53 54 20 0.02 0 0.63 0.79 61.76 0.46 0.15
Hex 35 36 14 2 0 3F 4F 3E 2E F
Octal 65 66 24 2 0 77 117 76 56 17
Binary 110101 110110 10100 10 0 111111 1001111 111110 101110 1111

Color Harmonies of #353614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353614

Black with #353614

Text Example


Text Example

White with #353614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353614; }

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

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

background-color css

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

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

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

border-color css

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

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

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