Html Css Color HEX #3A370A Karaka

📋 copy color: '#3A370A'

red 58 ◦ green 55 ◦ blue 10

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

Shades of Karaka #3A370A

Tints of Karaka #3A370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 47.15%
G = 44.72%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.77

RGB Variations

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

Color information

#3A370A (or 0x3A370A) is known color: Karaka. HEX triplet: 3A, 37 and 0A. RGB value is (58,55,10). Sum of RGB (Red+Green+Blue) = 58+55+10=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A370A is #C5C8F5. Grayscale: #323232. Windows color (decimal): -12962038 or 669498. OLE color: 669498.

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

Color convert

RGB 58 55 10 -
CMYK 0 0.05 0.83 0.77
HSL 56.25º 0.71% 0.13% -
HSV(B) 56.25º 0.83% 0.23% -
XYZ 3.17 3.65 0.83 -
YUV 50.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 58 55 10 0 0.05 0.83 0.77 56.25 0.71 0.13
Hex 3A 37 A 0 5 53 4D 38 47 D
Octal 72 67 12 0 5 123 115 70 107 15
Binary 111010 110111 1010 0 101 1010011 1001101 111000 1000111 1101

Color Harmonies of #3A370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A370A

Black with #3A370A

Text Example


Text Example

White with #3A370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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