Html Css Color HEX #373500 Karaka

📋 copy color: '#373500'

red 55 ◦ green 53 ◦ blue 0

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

Shades of Karaka #373500

Tints of Karaka #373500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.93%
G = 49.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#373500 (or 0x373500) is known color: Karaka. HEX triplet: 37, 35 and 00. RGB value is (55,53,0). Sum of RGB (Red+Green+Blue) = 55+53+0=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #373500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373500 is #C8CAFF. Grayscale: #2F2F2F. Windows color (decimal): -13159168 or 13623. OLE color: 13623.

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

Color convert

RGB 55 53 0 -
CMYK 0 0.04 1 0.78
HSL 57.82º 1% 0.11% -
HSV(B) 57.82º 1% 0.22% -
XYZ 2.85 3.36 0.5 -
YUV 47.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 55 53 0 0 0.04 1 0.78 57.82 1 0.11
Hex 37 35 0 0 4 64 4E 3A 64 B
Octal 67 65 0 0 4 144 116 72 144 13
Binary 110111 110101 0 0 100 1100100 1001110 111010 1100100 1011

Color Harmonies of #373500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373500

Black with #373500

Text Example


Text Example

White with #373500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373500; }

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

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

background-color css

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

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

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

border-color css

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

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

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