Html Css Color HEX #37361D Karaka

📋 copy color: '#37361D'

red 55 ◦ green 54 ◦ blue 29

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

Shades of Karaka #37361D

Tints of Karaka #37361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 39.86%
G = 39.13%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37361D (or 0x37361D) is known color: Karaka. HEX triplet: 37, 36 and 1D. RGB value is (55,54,29). Sum of RGB (Red+Green+Blue) = 55+54+29=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361D is #C8C9E2. Grayscale: #333333. Windows color (decimal): -13158883 or 1914423. OLE color: 1914423.

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

Color convert

RGB 55 54 29 -
CMYK 0 0.02 0.47 0.78
HSL 57.69º 0.31% 0.16% -
HSV(B) 57.69º 0.47% 0.22% -
XYZ 3.12 3.54 1.68 -
YUV 51.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 55 54 29 0 0.02 0.47 0.78 57.69 0.31 0.16
Hex 37 36 1D 0 2 2F 4E 3A 1F 10
Octal 67 66 35 0 2 57 116 72 37 20
Binary 110111 110110 11101 0 10 101111 1001110 111010 11111 10000

Color Harmonies of #37361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37361D

Black with #37361D

Text Example


Text Example

White with #37361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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