Html Css Color HEX #37360E Karaka

📋 copy color: '#37360E'

red 55 ◦ green 54 ◦ blue 14

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

Shades of Karaka #37360E

Tints of Karaka #37360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.38%

R = 44.72%
G = 43.9%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37360E (or 0x37360E) is known color: Karaka. HEX triplet: 37, 36 and 0E. RGB value is (55,54,14). Sum of RGB (Red+Green+Blue) = 55+54+14=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360E is #C8C9F1. Grayscale: #313131. Windows color (decimal): -13158898 or 931383. OLE color: 931383.

HSL color Cylindrical-coordinate representation of color #37360E: hue angle of 58.54º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37360E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 54 14 -
CMYK 0 0.02 0.75 0.78
HSL 58.54º 0.59% 0.14% -
HSV(B) 58.54º 0.75% 0.22% -
XYZ 2.97 3.48 0.93 -
YUV 49.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 55 54 14 0 0.02 0.75 0.78 58.54 0.59 0.14
Hex 37 36 E 0 2 4B 4E 3B 3B E
Octal 67 66 16 0 2 113 116 73 73 16
Binary 110111 110110 1110 0 10 1001011 1001110 111011 111011 1110

Color Harmonies of #37360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37360E

Black with #37360E

Text Example


Text Example

White with #37360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37360E; }

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

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

background-color css

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

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

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

border-color css

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

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

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