Html Css Color HEX #37360C Karaka

📋 copy color: '#37360C'

red 55 ◦ green 54 ◦ blue 12

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

Shades of Karaka #37360C

Tints of Karaka #37360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 45.45%
G = 44.63%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37360C (or 0x37360C) is known color: Karaka. HEX triplet: 37, 36 and 0C. RGB value is (55,54,12). Sum of RGB (Red+Green+Blue) = 55+54+12=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360C is #C8C9F3. Grayscale: #313131. Windows color (decimal): -13158900 or 800311. OLE color: 800311.

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

Color convert

RGB 55 54 12 -
CMYK 0 0.02 0.78 0.78
HSL 58.6º 0.64% 0.13% -
HSV(B) 58.6º 0.78% 0.22% -
XYZ 2.96 3.48 0.86 -
YUV 49.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 55 54 12 0 0.02 0.78 0.78 58.6 0.64 0.13
Hex 37 36 C 0 2 4E 4E 3B 40 D
Octal 67 66 14 0 2 116 116 73 100 15
Binary 110111 110110 1100 0 10 1001110 1001110 111011 1000000 1101

Color Harmonies of #37360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37360C

Black with #37360C

Text Example


Text Example

White with #37360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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