Html Css Color HEX #3A370D Karaka

📋 copy color: '#3A370D'

red 58 ◦ green 55 ◦ blue 13

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

Shades of Karaka #3A370D

Tints of Karaka #3A370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 46.03%
G = 43.65%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A370D (or 0x3A370D) is known color: Karaka. HEX triplet: 3A, 37 and 0D. RGB value is (58,55,13). Sum of RGB (Red+Green+Blue) = 58+55+13=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A370D is #C5C8F2. Grayscale: #333333. Windows color (decimal): -12962035 or 866106. OLE color: 866106.

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

Color convert

RGB 58 55 13 -
CMYK 0 0.05 0.78 0.77
HSL 56º 0.63% 0.14% -
HSV(B) 56º 0.78% 0.23% -
XYZ 3.18 3.66 0.92 -
YUV 51.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 58 55 13 0 0.05 0.78 0.77 56 0.63 0.14
Hex 3A 37 D 0 5 4E 4D 38 3F E
Octal 72 67 15 0 5 116 115 70 77 16
Binary 111010 110111 1101 0 101 1001110 1001101 111000 111111 1110

Color Harmonies of #3A370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A370D

Black with #3A370D

Text Example


Text Example

White with #3A370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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