Html Css Color HEX #373614 Karaka

📋 copy color: '#373614'

red 55 ◦ green 54 ◦ blue 20

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

Shades of Karaka #373614

Tints of Karaka #373614

RGB

 RED value IS 55 (21.88% from 255) = 42.64%

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

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

R = 42.64%
G = 41.86%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#373614 (or 0x373614) is known color: Karaka. HEX triplet: 37, 36 and 14. RGB value is (55,54,20). Sum of RGB (Red+Green+Blue) = 55+54+20=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373614 is #C8C9EB. Grayscale: #323232. Windows color (decimal): -13158892 or 1324599. OLE color: 1324599.

HSL color Cylindrical-coordinate representation of color #373614: hue angle of 58.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373614 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 54 20 -
CMYK 0 0.02 0.64 0.78
HSL 58.29º 0.47% 0.15% -
HSV(B) 58.29º 0.64% 0.22% -
XYZ 3.02 3.5 1.18 -
YUV 50.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 55 54 20 0 0.02 0.64 0.78 58.29 0.47 0.15
Hex 37 36 14 0 2 40 4E 3A 2F F
Octal 67 66 24 0 2 100 116 72 57 17
Binary 110111 110110 10100 0 10 1000000 1001110 111010 101111 1111

Color Harmonies of #373614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373614

Black with #373614

Text Example


Text Example

White with #373614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373614; }

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

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

background-color css

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

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

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

border-color css

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

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

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