Html Css Color HEX #3A370C Karaka

📋 copy color: '#3A370C'

red 58 ◦ green 55 ◦ blue 12

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

Shades of Karaka #3A370C

Tints of Karaka #3A370C

RGB

 RED value IS 58 (23.05% from 255) = 46.4%

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 46.4%
G = 44%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#3A370C (or 0x3A370C) is known color: Karaka. HEX triplet: 3A, 37 and 0C. RGB value is (58,55,12). Sum of RGB (Red+Green+Blue) = 58+55+12=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A370C is #C5C8F3. Grayscale: #333333. Windows color (decimal): -12962036 or 800570. OLE color: 800570.

HSL color Cylindrical-coordinate representation of color #3A370C: hue angle of 56.09º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A370C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 55 12 -
CMYK 0 0.05 0.79 0.77
HSL 56.09º 0.66% 0.14% -
HSV(B) 56.09º 0.79% 0.23% -
XYZ 3.18 3.66 0.89 -
YUV 51 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 58 55 12 0 0.05 0.79 0.77 56.09 0.66 0.14
Hex 3A 37 C 0 5 4F 4D 38 42 E
Octal 72 67 14 0 5 117 115 70 102 16
Binary 111010 110111 1100 0 101 1001111 1001101 111000 1000010 1110

Color Harmonies of #3A370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A370C

Black with #3A370C

Text Example


Text Example

White with #3A370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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