Html Css Color HEX #37360A Karaka

📋 copy color: '#37360A'

red 55 ◦ green 54 ◦ blue 10

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

Shades of Karaka #37360A

Tints of Karaka #37360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.4%

R = 46.22%
G = 45.38%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37360A (or 0x37360A) is known color: Karaka. HEX triplet: 37, 36 and 0A. RGB value is (55,54,10). Sum of RGB (Red+Green+Blue) = 55+54+10=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360A is #C8C9F5. Grayscale: #313131. Windows color (decimal): -13158902 or 669239. OLE color: 669239.

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

Color convert

RGB 55 54 10 -
CMYK 0 0.02 0.82 0.78
HSL 58.67º 0.69% 0.13% -
HSV(B) 58.67º 0.82% 0.22% -
XYZ 2.95 3.47 0.8 -
YUV 49.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 55 54 10 0 0.02 0.82 0.78 58.67 0.69 0.13
Hex 37 36 A 0 2 52 4E 3B 45 D
Octal 67 66 12 0 2 122 116 73 105 15
Binary 110111 110110 1010 0 10 1010010 1001110 111011 1000101 1101

Color Harmonies of #37360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37360A

Black with #37360A

Text Example


Text Example

White with #37360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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