Html Css Color HEX #37351E Karaka

📋 copy color: '#37351E'

red 55 ◦ green 53 ◦ blue 30

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

Shades of Karaka #37351E

Tints of Karaka #37351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 39.86%
G = 38.41%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37351E (or 0x37351E) is known color: Karaka. HEX triplet: 37, 35 and 1E. RGB value is (55,53,30). Sum of RGB (Red+Green+Blue) = 55+53+30=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351E is #C8CAE1. Grayscale: #333333. Windows color (decimal): -13159138 or 1979703. OLE color: 1979703.

HSL color Cylindrical-coordinate representation of color #37351E: hue angle of 55.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37351E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 30 -
CMYK 0 0.04 0.45 0.78
HSL 55.2º 0.29% 0.17% -
HSV(B) 55.2º 0.45% 0.22% -
XYZ 3.08 3.45 1.73 -
YUV 50.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 55 53 30 0 0.04 0.45 0.78 55.2 0.29 0.17
Hex 37 35 1E 0 4 2D 4E 37 1D 11
Octal 67 65 36 0 4 55 116 67 35 21
Binary 110111 110101 11110 0 100 101101 1001110 110111 11101 10001

Color Harmonies of #37351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37351E

Black with #37351E

Text Example


Text Example

White with #37351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,53,30); }

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

background-color css

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

 a { background-color: rgb(55,53,30); }

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

border-color css

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

 span { border-color: rgb(55,53,30); }

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