Html Css Color HEX #230707 Seal Brown

📋 copy color: '#230707'

red 35 ◦ green 7 ◦ blue 7

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

Shades of Seal Brown #230707

Tints of Seal Brown #230707

RGB

 RED value IS 35 (14.06% from 255) = 71.43%

 GREEN value IS 7 (3.13% from 255) = 14.29%

 BLUE value IS 7 (3.13% from 255) = 14.29%

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#230707 (or 0x230707) is known color: Seal Brown. HEX triplet: 23, 07 and 07. RGB value is (35,7,7). Sum of RGB (Red+Green+Blue) = 35+7+7=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230707 is #DCF8F8. Grayscale: #0F0F0F. Windows color (decimal): -14481657 or 460579. OLE color: 460579.

HSL color Cylindrical-coordinate representation of color #230707: hue angle of 0º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230707 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 7 7 -
CMYK 0 0.80 0.80 0.86
HSL 0.67% 0.08% -
HSV(B) 0.8% 0.14% -
XYZ 0.81 0.52 0.26 -
YUV 15.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 35 7 7 0 0.80 0.80 0.86 0 0.67 0.08
Hex 23 7 7 0 50 50 56 0 43 8
Octal 43 7 7 0 120 120 126 0 103 10
Binary 100011 111 111 0 1010000 1010000 1010110 0 1000011 1000

Color Harmonies of #230707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230707

Black with #230707

Text Example


Text Example

White with #230707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230707; }

 p { color: rgb(35,7,7); }

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

background-color css

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

 a { background-color: rgb(35,7,7); }

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

border-color css

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

 span { border-color: rgb(35,7,7); }

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